projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9df3375
)
DEPENDENCIES is not needed for the test program - Federico
author
Arturo Espinosa
<unammx@src.gnome.org>
Thu, 23 Sep 1999 04:58:55 +0000
(
04:58
+0000)
committer
Arturo Espinosa
<unammx@src.gnome.org>
Thu, 23 Sep 1999 04:58:55 +0000
(
04:58
+0000)
gdk-pixbuf/Makefile.am
patch
|
blob
|
history
diff --git
a/gdk-pixbuf/Makefile.am
b/gdk-pixbuf/Makefile.am
index b79eb088e7f4b510c5c3b2ffb752c1ecb921374c..7e12ec9ab6e19be54fc7ba42866cfa5c20272aa9 100644
(file)
--- a/
gdk-pixbuf/Makefile.am
+++ b/
gdk-pixbuf/Makefile.am
@@
-33,9
+33,9
@@
noinst_PROGRAMS = testpixbuf
DEPS = libgdk_pixbuf.la
INCLUDES = $(GNOME_INCLUDEDIR)
AM_CPPFLAGS = "-DPIXBUF_LIBDIR=\"$(libexecdir)\""
+
LDADDS = libgdk_pixbuf.la @GNOME_LIBDIR@ @GNOMEUI_LIBS@
-testpixbuf_DEPENDENCIES = $(DEPS)
testpixbuf_LDADD = $(LDADDS)
#